home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / compress / arc2lzh3.lzh / UPDATES.TXT < prev   
Text File  |  1990-12-01  |  5KB  |  101 lines

  1. VERSION 2.1 UPDATE
  2.  
  3.      I tightened up the code in the format routine so that VKILLER  no 
  4. longer thinks there is a virus in the boot sector.  This is the  first 
  5. attempt at writting a format program and it was kinda sloppy. That has 
  6. been fixed and I know what not to do now.
  7.  
  8.      Added the ability to ZERO a disk instead of having to format  the 
  9. whole thing if it has been previously formatted.  It will zero out the 
  10. first  18 to 20 sectors and write the header information back  to  the 
  11. boot  sector.  It  only works on disk with a max of 81 tracks  and  10 
  12. sectors.  After all,  the format and zero routine was only added in so 
  13. that  if  you are using floppies to do your conversion  and  needed  a 
  14. blank disk all of a sudden. It is nothing fancy.
  15.  
  16. VERSION 2.2 UPDATE
  17.  
  18.      I  fixed a bug that would not place the '*.*' at the end  of  the 
  19. 'Temporary   Directory'  string.   It  would  not  show  up   on   the 
  20. Configuration  screen.  This only happened when you set the  Temporary 
  21. Directory from the main menu using the 'Temporary' button.
  22.  
  23.      I  added  an error reporting ability to the  program.  This  will 
  24. cause  the program to run non-stop even if an error  occurs.  It  will 
  25. produce  a  file  in the directory that you ran  ARC2LZH  from  called 
  26. 'BADFILES.TXT'.  Following  is  a list of errors that  I  specifically 
  27. programmed it to recognize,  although any error that occurs will cause 
  28. the program to place the filename in the 'BADFILES.TXT' file (I hope).
  29.  
  30.      1) A CRC error in the file that was being decompressed.
  31.      2) A folder or file in  the destination directory exist with  the 
  32.         same name as the file it is attempting to convert.  The folder 
  33.         exist  error  will  only  occur  when  you  have  the  'Retain 
  34.         Extracted File' option selected.
  35.  
  36. The program will now delete all un-used files. If an error does occur, 
  37. it will delete the files from the 'Temporary' folder for you.  If  you 
  38. have the 'Retain Extracted Files' option selected,  it will delete the 
  39. folder and files that it created.  You no longer have to delete files, 
  40. at least I hope not.  The program will now run non-stop if you do  not 
  41. have  the 'Pause' switch on.  The original file is not deleted  if  an 
  42. error does occur.
  43.  
  44. VERSION 2.3 UPDATE
  45.  
  46.      The program will now produce a random serial number for each disk 
  47. that is formatted or zeroed.
  48.  
  49.      The  program will no longer produce a temporary list of files  to 
  50. convert.  It now uses the FSFIRST() and FSNEXT() commands to find  the 
  51. files.  So no extra disk space is required on the disk you ran ARC2LZH 
  52. from.
  53.  
  54.      Disk are now formatted starting at track 80 and working  it's 
  55. way to 0.  This will allow you to abort the process and not  loose 
  56. your  FAT  tables and directories.  You can now abort  the  format 
  57. process.
  58.  
  59.      I added a new button in the main menu called  'Extras'.  This 
  60. allows  for further additions of features.  At the moment  I  have 
  61. only added the ability to convert a single file.  The program will 
  62. use all the information in the Configuration setup except for  the 
  63. source file location. You will be presented with a fileselector to 
  64. choose the file to convert. It will also use the Switches you have 
  65. set.  It  acts just like the batch convert would except it  allows 
  66. you to convert a single file.
  67.  
  68. VERSION 3.0 UPDATE
  69.  
  70.      There  is no longer an Extras section so to speak.  It  has  been 
  71. changed to '*** Execute Program ***'.  I had intended to add an ARC  & 
  72. LHARC shell to this area but,  I decided that since there were so many 
  73. excellent shell programs out there and everyone has there own favorite 
  74. one,  that  I  would  just provide and area  that  you  could  execute 
  75. programs from.  There are 3 fields that you can have a filename in. To 
  76. enter a filename into the field, point and click on the words Primary, 
  77. Alternate  or  Other.  You will be presented with  a  fileselector  to 
  78. choose the path and filename of the program you wish to have installed 
  79. in this field.  To execute the program,  just click on the field  that 
  80. contains  the path and filename.  At the present you can only  execute 
  81. programs  that  do not depend on the current directory being  the  one 
  82. that the program resides in.  For example,  Arc Shell 2.1B will run no 
  83. matter where you execute it from.  If a file has a seperate RSC  file, 
  84. it  will not run (at least properly) unless you copy the RSC  file  to 
  85. the directory that you ran ARC2LZH.PRG from.  The new fields  contents 
  86. will be saved when you do a 'Save Configuration'.
  87.  
  88.      The 'Convert A File' button has been relocated to below the 'Save 
  89. Configuration' Button. The information on this button is located under 
  90. the VERSION 2.3 UPDATE section above.
  91.  
  92. ***   Note:   The  program  will  not  convert  files   that   contain 
  93. subdirectories,  at  least properly.  These files should be  converted 
  94. outside  of this program and placed somewhere other than the  'Source' 
  95. directory.  I  may add this ability to the program in a later  version 
  96. but,  there  will  have  to  be a  LHARC  program  that  will  include 
  97. subdirectories written that is a standard. Not all LHARC programs have 
  98. this  ability  so,  I  have chosen not to have this  function  in  the 
  99. program at the moment.
  100.  
  101.